;;; compiled by @win386 on Mon Mar 22 00:36:06 1993
;;; from file c:/src/lucid-19.4/lisp/prim/startup.el
;;; emacs version 19.4 Lucid.
;;; bytecomp version 2.09; 16-jan-93.
;;; optimization is on.
;;; this file uses opcodes which do not exist in Emacs18.
(if (and (boundp 'emacs-version)
(or (and (boundp 'epoch::version) epoch::version)
(string-lessp emacs-version "19")))
(error "This file was compiled for Emacs19."))
(fset 'command-line-process-help #[(arg) "└┬├ !ê┬─!ê┼╞!½å┬╟!ê¬ä┬╚!ê┬╔!ê╩╦!½ä┬╠!ê┬═!ê╬╧!)ç" [external-debugging-output standard-output princ emacs-version "\n\n" fboundp x-create-screen "Emacs accepts all standard X Toolkit command line options. In addition,\nthe " "The " "following options are processed in the order encountered:\n\n -help Print this message and exit.\n -version Print version info and exit.\n -funcall <function> Invoke the named lisp function with no arguments.\n -f <function> Same as -funcall.\n -load <file> Load the named file of lisp code into emacs.\n -l <file> Same as -load.\n -insert <file> Insert file into the current buffer.\n -i <file> Same as -insert.\n -kill Exit emacs." featurep energize "\n -energize Connect to the Energize server at $ENERGIZE_PORT." "\n +N <file> Start displaying <file> at line N.\n\nThese options are processed only if they appear before all other options:\n\n -batch Execute noninteractively (messages go to stderr.)\n This option must be first in the list.\n -nw Inhibit the use of any window-system-specific\n display code: use the current tty.\n -no-init-file Do not load an init file (~/.emacs).\n -q Same as -no-init-file.\n -user <user> Load user's init file instead of your own.\n -u <user> Same as -user.\n\nAnything else is considered a file name, and is placed into a buffer for\nediting.\n\nEmacs has an online tutorial and manuals. Type ^Ht (Control-h t) after\nstarting emacs to run the tutorial. Type ^Hi to enter the manual browser.\n" kill-emacs 0] 2])
(defvar directory-abbrev-alist nil "\
*Alist of abbreviations for file directories.
A list of elements of the form (FROM . TO), each meaning to replace
FROM with TO when it appears in a directory name.
This replacement is done when setting up the default directory
of a newly visited file. *Every* FROM string should start with `^'.
Use this feature when you have directories which you normally refer to
via absolute symbolic links. Make TO the name of the link, and FROM